home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Markets / K-12 Education / HyperCard in Education / Railroading / card_11630.txt < prev    next >
Text File  |  1990-02-20  |  2KB  |  76 lines

  1. -- card: 11630 from stack: in
  2. -- bmap block id: 12055
  3. -- flags: 0000
  4. -- background id: 11504
  5. -- name: Pullman
  6. ----- HyperTalk script -----
  7. on OpenCard
  8.   show card button 1
  9. end OpenCard
  10.  
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 8003
  16. -- rect: left=137 top=42 right=91 bottom=351
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: push for length
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   hide card button id 1
  28.   wait 100
  29.   show card button id 1
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 2 (button)
  35. -- low flags: 00
  36. -- high flags: 8002
  37. -- rect: left=65 top=90 right=139 bottom=131
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 5472 / 5472
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: Machine Menu
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   go to card "Machines"
  49. end mouseUp
  50.  
  51.  
  52.  
  53. -- part 3 (button)
  54. -- low flags: 00
  55. -- high flags: A002
  56. -- rect: left=16 top=319 right=340 bottom=76
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: Return
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   global returncard
  68.   go to returncard
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part contents for background part 1
  74. ----- text -----
  75.    The main passenger car, the pullman, was originally decorated in extravagant fashion and was used by the upper class of American society and by foreign tourists.  American inventiveness soon overcame the problems of room and seating by developing the "unique" seating arrangements that you see today in modern buses and in airplanes.
  76.